@charset "UTF-8";
body {
    background-color: #f7f7f7;
}

.head {
    width: 100%;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.bgcontainer {
    width: 100%;
    min-width: 1200px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    background: url(../imgs/window.png) no-repeat center;
}

.top {
    font-size: 14px;
    min-width: 1200px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    position: relative;
    background: url(../imgs/bgtop.png) no-repeat center;
    background-size: cover;
}

.topTime {
    line-height: 42px;
    height: 42px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.weather {
    height: 60px;
    color: #fff;
}

.searchBox {
    position: relative;
    float: right;
    width: 175px;
    height: 30px;
    line-height: 30px;
    margin: 6px 0 0 0;
    background: #f4f4f4 url(../imgs/input.png) no-repeat 8px 6px;
}

.searchBox input {
    display: block;
    border: none;
    outline: none;
    background: none;
    width: 173px;
    height: 28px;
    float: right;
    font-size: 16px;
    line-height: 28px;
    text-indent: 36px;
}
.searchBox a{
    display: block;
    position: absolute;
    width: 32px;
    height: 30px;
    left: 0;
}

.tool {
    min-width: 100%;
    min-width: 1200px;
    height: 102px;
    line-height: 102px;
}

.nav-content {
    position: relative;
    width: 1200px;
    height: 102px;
    margin: 0 auto;
}

.nav-content .logo {
    float: left;
    width: 416px;
    height: 102px;
    margin-left: 20px;
    background: url(../imgs/logo.png) no-repeat left center;
    background-size: 100% auto;
}

.nav-content ul.nav-main {
    position: relative;
    float: left;
}

.nav-content ul.nav-main>li {
    position: relative;
    float: left;
    line-height: 102px;
    font-size: 18px;
}

.nav-content ul.nav-main>li>a {
    padding: 0 30px;
    border-right: 1px solid #dfdfdf;
    color: #333;
}

.nav-content ul.nav-main>li:hover {
    font-weight: bold;
}

.nav-content ul.nav-main>li:hover>a {
    color: #2a7bd6;
}

.nav-content ul.nav-main>li:last-child>a {
    border: none;
}


/*隐藏盒子设置*/

.hidden-box {
    width: 100%;
    position: absolute;
    display: none;
    background: #fff;
    left: 0;
    top: 90px;
    z-index: 9999;
    box-shadow: 0px 1px 5px rgba(44, 107, 223, 0.1);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.hidden-box>ul {
    list-style-type: none;
    cursor: pointer;
    padding: 10px 0;
}

.hidden-box li {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.hidden-box li:last-child {
    margin-bottom: 0px;
}

.hidden-box li a {
    padding: 0 5px;
    /* color: #186ce8; */
    font-weight: normal;
}

.hidden-box li:hover {}

.hidden-box li:hover a {}


/* .col1L{width: 100%;} */

.slideBox {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 8px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #ed2626;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 100%;
    max-width: 1920px;
    display: block;
}

.middel1_slideBox {
    width: 671px;
    height: 448px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 26px;
}

.middel1_slideBox .hds {
    width: 2340px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
}

.middel1_slideBox .hds ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.middel1_slideBox .hds ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.middel1_slideBox .hds ul li.current {
    border-color: #f60;
    color: #f60;
}

.middel1_slideBox .hds ul li.on {
    background: #1c6ecb;
    color: #fff;
}

.middel1_slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.middel1_slideBox .bd li {
    zoom: 1;
    width: 671px;
    height: 448px;
    vertical-align: middle;
    position: relative;
}

.middel1_slideBox .bd img {
    width: 671px;
    height: 448px;
    display: block;
}

.middel1_slideBox .bds .title {
    width: 100%;
    height: 74px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    background: rgba(18, 73, 136, 0.502);
    text-indent: 1.5em;
    line-height: 74px;
    text-align: center;
}

.middel1_slideBox .jtleft {
    position: absolute;
    bottom: 23px;
    left: 7px;
}

.middel1_slideBox .jtright {
    position: absolute;
    bottom: 23px;
    right: 7px;
}

.middel1_slideBox .bds .title a {
    font-size: 16px;
    color: #fff;
}

.strategic .topNav {
    height: 160px;
    padding-top: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.strategic .topNav .wtitle {
    display: block;
    float: left;
    width: 107px;
    height: 100px;
    border: 1px solid #dcd8d8;
    border-radius: 6px;
    margin-left: 100px;
    padding: 8px 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.strategic .topNav .wtitle .title {
    display: block;
    width: 95px;
    height: 82px;
    background-color: #2c92e2;
    background: linear-gradient(0deg, #2a7bd6, #2da8ee);
    border-radius: 5px;
    text-align: center;
    padding: 6px;
    line-height: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    letter-spacing: 2px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 30px;
    font-family: '宋体';
    color: #f1f1f1;
    font-weight: bold;
}

.topnew h1 {
    width: 980px;
    text-align: center;
    padding-left: 210px;
    line-height: 100px;
}

.topnew h1 a {
    font-size: 36px;
    color: #333333;
    padding: 25px 0 25px 0;
}

.topnew h1 a:hover {
    color: #2d374b;
}

.channel {
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #c6c6c6;
}

.channel h3 {
    line-height: 24px;
    font-size: 24px;
    float: left;
    font-weight: normal;
    line-height: 36px;
    padding-bottom: 5px;
    border-bottom: 2px solid #1c6ecb;
}

.channel h3 a {
    color: #2a7bd6;
    font-weight: normal;
}

.channel h3 a img {
    width: 1169px;
    height: 126px;
    margin-top: 20px;
}

.channel .more {
    line-height: 30px;
    float: right;
    color: #999;
    font-size: 12px;
}

.channel span {
    margin-left: 20px;
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
}

.channel span a {
    color: #999;
}

.slideTxtBox {
    position: relative;
}

.slideTxtBox .hd li h3 a {
    border: none;
    color: #999;
    padding: 8px 6px 8px 8px;
}

.slideTxtBox .hd li:first-child h3 a {
    padding: 8px 6px 8px 3px;
}

.slideTxtBox .hd li.on h3 a {
    color: #2a7bd6;
    border-bottom: 2px solid #1c6ecb;
}

.slideTxtBox .bd {
    position: relative;
}

.slideTxtBox .bd ul {
    zoom: 1;
}

.slideTxtBox .bd a.more {
    position: absolute;
    top: -41px;
    right: 0;
    color: #999;
    font-size: 12px;
}

.listD li {
    line-height: 43px;
    text-indent: 4px;
}

.listD li a {
    font-size: 14px;
    font-weight: normal;
}

.listD li a:hover {
    color: #1c6ecb;
}

.listD li span {
    float: right;
    color: #999;
    font-size: 12px;
    margin-right: 5px;
}

.channels {
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.channels h3 {
    line-height: 24px;
    color: #2aa3d6;
    font-size: 24px;
    float: left;
    font-weight: normal;
}

.channels h3 a {
    padding: 8px 6px 8px 28px;
    color: #1c6ecb;
    border-bottom: 3px solid #1c6ecb;
    margin-right: 15px
}

.channels .more {
    line-height: 18px;
    float: right;
    color: #999;
    font-size: 12px;
}

.middel1 {
    width: 1200px;
    height: 448px;
}

.middel1 .box_left {
    float: left;
    width: 671px;
    height: 448px;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel1 .box_right {
    float: right;
    width: 490px;
    height: 448px;
    padding: 15px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel1 .box_right li:last-child {
    border-bottom: none;
}


/* .middel2 */

.middel2,
.middel4,
.middel5 {
    width: 1200px;
    height: 290px;
}

.middel2 .middel2Box {
    width: 100%;
    height: 290px;
    margin-top: 30px;
}

.middel2 .middel2Box .middel2_box4 {
    width: 380px;
    height: 290px;
    float: left;
    margin-right: 30px;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel2 .middel2Box .middel2_box4:last-child {
    margin-right: 0;
}

.listC li {
    line-height: 30px;
    padding: 5px 0;
}

.listC li span {
    float: right;
    color: #999;
    font-size: 12px;
}


/* .middel3 */

.middel3 {
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.middel3 .middelImg {
    margin-top: 28px;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel3 .middelImg .imglists li {
    float: left;
    margin-right: 26px;
}

.middel3 .middelImg .imglists li:last-child {
    margin-right: 0;
}

.middel3 .middelImg .imglists li a img {
    display: block;
    width: 275px;
    height: 186px;
}

.middel3 .middelImg .imglists li a span {
    margin-top: 8px;
    font-size: 16px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 275px;
    height: 67px;
    background-color: #f1f1f1;
    letter-spacing: 0px;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 25px;
}


/* .middel4 */

.middel4 .middel4Box {
    width: 100%;
    height: 290px;
}

.middel4 .middel4Box .middel4_box4 {
    width: 380px;
    height: 290px;
    float: left;
    margin-right: 30px;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}

.middel4 .middel4Box .middel4_box4:last-child {
    margin-right: 0;
    padding-right: 0;
}


/* .middel5 */

.middel5 .middel5Box {
    width: 1200px;
    height: 350px;
    display: flex;
}

.middel5 .middel5Box .middel5_box4 {
    width: 793px;
    height: 350px;
    padding: 20px;
    margin-right: 28px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel5 .middel5Box .middel5_box4 .middel5_list {
    width: 793px;
    height: 350px;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel5 .middel5Box .middel5_box4 .middel5_list li {
    display: block;
    width: 358px;
    height: 103px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.middel5 .middel5Box .middel5_box4 .middel5_list li:nth-child(2n) {
    margin-right: 0;
}

.middel5 .middel5Box .middel5_box4 .middel5_list li img {
    width: 358px;
    height: 103px;
}

.middel5 .middel5Box .middel5_box2 {
    width: 355px;
    height: 290px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel5_box2 .middel5_list {
    margin-top: 20px;
    width: 350px;
    height: 228px;
    background-color: #f1f1f1;
    padding-top: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.middel5_box2 .middel5_list li {
    float: left;
    width: 110px;
    text-align: center;
}

.middel5_box2 .middel5_list a img {
    display: inherit;
    width: 70px;
    height: 70px;
    /* margin-right: 10px; */
    /* margin-left: 12px; */
}

.middel5_box2 .middel5_list li span {
    font-size: 12px;
    text-align: center;
    /* width: 110px; */
    height: 31px;
    line-height: 14px;
    display: block;
    margin-top: 4px;
}


/* footer */

.foot {
    width: 100%;
    min-width: 1200px;
    margin-top: 85px;
    height: 85px;
    line-height: 85px;
    position: relative;
    background-color: #454545;
}

.footb {
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
}

.foot .footbar {
    width: 1200px;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 85px;
}

.foot_bottom {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #454545;
    padding: 20px 0;
    line-height: 35px;
    text-align: center;
}

.foot_bottom span {
    color: #fff;
    padding: 0 30px;
}

.linkbox {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.linkbox ul div {
    width: 172px;
    background-color: #5c5c5c;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    border-radius: 5px;
    margin: 25px 18px 0 0;
}

.linkbox ul div:hover {
    font-weight: bold;
}

.linkbox li {
    width: 172px;
    background-color: #5c5c5c;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    border-radius: 5px;
    margin: 25px 15px 0 0;
    display: block;
    float: left;
}

.linkbox a {
    /* display: block; */
    height: 85px;
    font-size: 14px;
    /* padding: 0 24px 0 25px; */
    color: #fff;
}

.linkbox li.cur,
.linkbox li:hover {
    font-weight: bold;
}

.linklist {
    display: none;
    padding-top: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    width: 1090px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    bottom: 85px;
    left: 50%;
    margin-left: -590px;
    z-index: 2001;
    font-size: 12px;
    text-align: left;
    padding: 20px 40px 20px 40px;
    border: solid 2px #eee;
}

.linklist b {
    color: #0068b7;
    font-size: 15px;
    display: block;
    line-height: 50px;
}

.linklist a {
    width: 155px;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 0px;
    cursor: pointer;
}


/* 列表 */


/*列表公共样式*/

.list_content,
.page_content {
    width: 1200px;
    min-height: 500px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}


/*列表左侧公共样式*/

.content_left {
    width: 230px;
    background-color: #fff;
    float: left;
    margin-right: 30px;
    line-height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}

.content_left h2 {
    font-weight: normal;
    font-size: 20px;
}

.content_left ul {
    text-align: center;
    font-size: 16px;
    font-weight: n;
    line-height: 60px;
}

.content_left ul li {
    border-top: 1px dotted #efefef;
}
.content_left ul li:hover,.content_left ul li.act{
    border-bottom:1px dotted #e21515;
}

.content_left ul li a:hover,.content_left ul li.act a {
    cursor: pointer;
    color: #e21515;
}


/* 列表左侧公共样式 */


/*列表页开始*/

.list_content .content_right {
    width: 940px;
    background-color: #fff;
    float: right;
    padding: 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}

.list_content .content_right h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    font-weight: 600;
    padding-left: 15px;
    color: #e12314;
    padding-bottom: 8px;
    border-left: 6px solid #f9b822;
    border-bottom: 1px solid #f7f7f7;
}

.list_content .content_right ul {
    padding: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}

.list_content .content_right ul li {
    line-height: 30px;
    padding: 15px 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    border-bottom: 1px dotted #8a8a8a;
}
.list_content .content_right ul li a{color: #00ccff;}
.list_content .content_right ul li:hover{background-color:aliceblue;}
.list_content .content_right ul li:hover a{color:#00ccff;}

.list_content .content_right ul li p {
    font-size: 18px;
    font-weight: 600;
}

.list_content .content_right ul li p span {
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #d21919;
}

.list_content .content_right ul li .text {
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page_content .content_right {
    width: 940px;
    background-color: #fff;
    float: right;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
}

.page_content .content_right h2 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    color: #e12314;
}
.page_content .content_right h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    color: #2a7ad6;
}

.page_content .content_right .source {
    text-align: center;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dotted #666;
    padding-top: 5px;
    padding-bottom: 20px;
    margin: 40px 10px 5px;
}

.page_content .content_right .source span {
    padding: 0 15px;
}

.page_content .content_right .article {
    padding: 15px 10px;
}

.page_content .content_right .article p {
    line-height: 2em;
    margin-bottom: 10px;
    font-size: 14px;
    /* text-indent: 2em; */
}

.page_content .content_right .article img {
    max-width: 860px;
    display: initial;
}

.imgList ul {
    margin-top: 20px;
}

.imgList ul li {
    float: left;
    padding: 0 !important;
    margin-right: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc !important;
    width: 280px;
    height: 262px;
    overflow: hidden;
}

.imgList ul li img {
    width: 280px;
    height: 200px;
}

.imgList ul li .title {
    line-height: 60px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgList ul li:nth-child(3n) {
    margin-right: 0;
}


/*-------------------------------↓分页样式开始↓------------------------------------*/

.page_num {
    padding-top: 30px;
    height: 50px;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}

.wmdshpage {
    padding-top: 20px;
}

#page_div {
    line-height: 20px;
    color: #666;
    margin: 0 auto;
    min-width: 530px;
}

#pagination_input {
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #2aa3d6;
    vertical-align: middle;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 0 5px;
}

#pagination_btn {
    width: 40px;
    /* height: 25px; */
    line-height: 25px;
    background: #2aa3d6;
    border: 1px #2aa3d6 solid;
    vertical-align: middle;
    font-family: "微软雅黑";
    color: #fff;
}

#page_div .pagination_index {
    border: 1px #cccccc solid;
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    width: 56px;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

#page_div .pagination_index1 {
    border: 1px #cccccc solid;
    margin: 0 4px;
    padding: 0 8px;
    float: left;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    width: 56px;
}

#page_div .pagination_index1 a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

#page_div .pagination_index1 a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

#page_div .pagination_index_last {
    font-size: 14px;
    margin-left: 10px;
    line-height: 29px;
    color: #000;
}

#page_div .pagination_index_num {
    width: 10px;
    padding: 0 8px;
    margin: 0 4px;
    float: left;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
}

#page_div .currentIndex {
    height: 29px;
    line-height: 29px;
    color: #333;
    text-align: center;
    border: none;
    font-size: 14px;
}

.pagination_homePage {
    display: inline-block;
    float: left;
    width: 46px;
    height: 29px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 29px;
    float: left;
}

.pagination_endPage {
    display: inline-block;
    float: left;
    width: 46px;
    height: 29px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 29px;
    margin-right: 4px;
}

.pagination_totalPage {
    float: left;
    height: 29px;
    line-height: 29px;
    margin-right: 5px;
}